const runtime.logPallocChunkPages

9 uses

	runtime (current package)
		mpagealloc.go#L58: 	pallocChunkPages    = 1 << logPallocChunkPages
		mpagealloc.go#L60: 	logPallocChunkPages = 9
		mpagealloc.go#L61: 	logPallocChunkBytes = logPallocChunkPages + pageShift
		mpagealloc.go#L926: 	logMaxPackedValue = logPallocChunkPages + (summaryLevels-1)*summaryLevelBits
		mpagealloc_64bit.go#L58: 	logPallocChunkPages + 4*summaryLevelBits,
		mpagealloc_64bit.go#L59: 	logPallocChunkPages + 3*summaryLevelBits,
		mpagealloc_64bit.go#L60: 	logPallocChunkPages + 2*summaryLevelBits,
		mpagealloc_64bit.go#L61: 	logPallocChunkPages + 1*summaryLevelBits,
		mpagealloc_64bit.go#L62: 	logPallocChunkPages,